home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 80 / XENIATGM80.iso / Goodies / Blood 2 / Source / data.z / KeyFixes.h < prev    next >
C/C++ Source or Header  |  1999-04-02  |  143b  |  8 lines

  1. #ifndef __KEYFIXES_H
  2. #define __KEYFIXES_H
  3.  
  4. void ConvertKeyToCurrentKeyboard(char* sNewKey, char* sOldKey, int nNewKeyMaxSize);
  5.  
  6. #endif
  7.  
  8.